home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-18 | 2.4 KB | 62 lines | [TEXT/R*ch] |
- Apple Macintosh Developer Technical Support
-
- MultiFinder-Aware SoundApp Application
-
- SoundApp
-
- Jim Reekes - Macintosh Developer Technical Support
- Copyright © 1989-1994 Apple Computer, Inc.
- All rights reserved.
-
- Versions:
- 1.03 January, 1990
- 1.04 Sept, 1990
- 1.2 August, 1994 translated to C
-
- February 1997 Recompiled into CodeWarrior 11 projects.
-
- Components:
- SoundApp.c January, 1990 MPW C source code
- SoundUnit.c January, 1990 MPW C source code
- SoundUnit.h January, 1990 MPW C source code
- SoundApp.r January, 1990 MPW Rez source code
- SoundAppSnds.r January, 1990 MPW Rez source code
- SoundApp.make January, 1990 MPW build script
-
- Formatting was done with FONT = Courier or Monaco, SIZE = 10, TABS = 4
-
- Version comments
-
- 1.04: This was an update to support the Utilities Unit that MacDTS
- developed. Some of it was routines formally created for SoundApp,
- with additional ones coming from other sources. This helps to reduce
- the "destractive" code from the samples and makes them easier to maintain.
-
- 1.1: • This is the "new" SoundApp which adds some new features.
- • Some knowledge of the new Sound Manager is present
- in areas that were work-arounds for old Sound Manager bugs
- • Recording of sounds is now possible with the Sound Input Manager
- • The document window will keep the Record button hidden if
- the Sound Inpute Manager is not available for recording,
- otherwise it will expand the window size to show this button.
- • Supports copy and pasting of sound resources
- • Conversion to MPW 3.2 was established (with some amount of pain)
- • SoundApp now has its own documents
- • Supports launching by open documents from Finder
- • Added color icons for the System 7.0 desktop
- • Added the new Sound Manager error strings
- • DoErrorSound tests for safe beeps
- • Made Apple Legal happy by getting rid of the xxxxCmd
- and changed it to the freqDurationCmd. Also got rid of
- any other use of the work "xxxx" in a musical context
-
- 1.2: • Translated into C, some clean up along the way
- • Using universal headers
- • Gave up on the DTS utilities code, everything is self-contained
-
- Formatting was done with FONT = Courier, SIZE = 10, TABS = 4
-
- many thanks to: Bo3b Johnson, Mark Bennett, Andy Shebanow, Keith
- Rollin, Chris Derossi, Pete Helme, Darin Adler, and my co-workers that
- sat near me while I was making lots of noise testing this application.
-